From: Jan Hák Date: Thu, 25 Sep 2025 12:09:21 +0000 (+0200) Subject: knot: disable redis as it was enabled since 3.5.0 by default X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=cbbd2b5b3bd6df7e550b114cf1c9f8e0f5bc8616;p=feed%2Fpackages.git knot: disable redis as it was enabled since 3.5.0 by default By disabling redis, it is not possible to use redis database as zone storage Signed-off-by: Jan Hák --- diff --git a/net/knot/Makefile b/net/knot/Makefile index 4678657204..a7e51f6920 100644 --- a/net/knot/Makefile +++ b/net/knot/Makefile @@ -157,6 +157,7 @@ CONFIGURE_ARGS += \ --enable-dbus=libdbus \ --enable-quic \ --disable-fastparser \ + --disable-redis \ --without-libidn \ --with-libnghttp2=no \ --with-rundir=/var/run/knot \